home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kunsthaus Tacheles
/
Kunsthaus Tacheles.iso
/
jorge.dir
/
00026_Script_26
< prev
next >
Wrap
Text File
|
1996-09-29
|
2KB
|
98 lines
on exitFrame
if rollover (3) then
if the mousedown then
puppetsound "click"
updatestage
play movie "jorge3.dir"
end if
set the castnum of sprite 3 to 21
else
set the castnum of sprite 3 to 11
end if
if rollover (4) then
if the mousedown then
puppetsound "click"
updatestage
play movie "disco.dir"
end if
set the castnum of sprite 4 to 16
else
set the castnum of sprite 4 to 3
end if
if rollover (5) then
if the mousedown then
puppetsound "click"
updatestage
play movie "jorge4.dir"
end if
set the castnum of sprite 5 to 20
else
set the castnum of sprite 5 to 10
end if
if rollover (6) then
if the mousedown then
puppetsound "click"
updatestage
play movie "flyymca.dir"
end if
set the castnum of sprite 6 to 36
else
set the castnum of sprite 6 to 35
end if
if rollover (7) then
if the mousedown then
puppetsound "click"
updatestage
play movie "jorge5.dir"
end if
set the castnum of sprite 7 to 18
else
set the castnum of sprite 7 to 6
end if
if rollover (8) then
if the mousedown then
puppetsound "click"
updatestage
play movie "lager.dir"
end if
set the castnum of sprite 8 to 24
else
set the castnum of sprite 8 to 15
end if
if rollover (9) then
if the mousedown then
puppetsound "click"
updatestage
play movie "jorge6.dir"
end if
set the castnum of sprite 9 to 22
else
set the castnum of sprite 9 to 13
end if
if rollover (10) then
if the mousedown then
puppetsound "click"
updatestage
play movie "jorge2.dir"
end if
set the castnum of sprite 10 to 33
else
set the castnum of sprite 10 to 32
end if
if rollover (11) then
if the mousedown then
puppetsound "click"
updatestage
play done
end if
set the castnum of sprite 11 to 34
updatestage
else
set the castnum of sprite 11 to 9
updatestage
end if
go to the frame
end